home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / chang412.zip / BRUCE412.DOC next >
Text File  |  1994-12-14  |  30KB  |  608 lines

  1. BRUCE412.DOC
  2. 12/14/94
  3.  
  4. --------------------------------------------------------------------------------
  5.  
  6. Contact information:
  7.  
  8. For the following routines:  AV, BFIND, COPSINCE, DATES, DIRCOMP, DIRTOTAL,
  9. FILL, FIXTEXT, FORTUNE, MULTICOL, PAGINATE, READINIT, and READMAKE-created
  10. files:
  11.  
  12.                 Bruce Guthrie
  13.                 Wayne Software
  14.                 113 Sheffield St.
  15.                 Silver Spring, MD 20910
  16.  
  17.                 fax: (301) 588-8986
  18.  
  19. For the following routines:  CHANGE, CONVERT, FILUPDAT, ISAMFIND/ISAMMAKE, and
  20. READ:
  21.  
  22.                 Bruce Guthrie
  23.                 Room H-4885
  24.                 U.S. Dept of Commerce/ESA/OBA
  25.                 Washington, DC 20230
  26.  
  27.                 fax: (202) 482-2164
  28.  
  29.                 E-Mail: bgu@cu.nih.gov
  30.  
  31. Foreign users:  Please provide an Internet-reachable e-mail address in all
  32. correspondence if you have any hope of getting a reply!  Internet e-mail is the
  33. preferred method of contact for all other users as well.  Remember, CompuServe
  34. and Prodigy are now Internet accessible.
  35.  
  36. Since these programs are typically "freeware" (with the exception of people
  37. trying to make money from them instead of me), they generate maybe $100/year in
  38. revenue for me.  As such, my ability to afford wonderful customer support is
  39. somewhat restricted.  Please do not leave messages saying "Call me long
  40. distance".  Also, please be specific about what problems you encounter and
  41. include command-line inputs as well as any control or INI files that you're
  42. using.
  43.  
  44. The "production" releases of these programs are posted directly by me (Bruce
  45. Guthrie, the author) on the Simtel ftp site at oak.oakland.edu.  More
  46. information about locations at this site is provided later.  People are
  47. encouraged to upload them to bulletin board systems but I do not upload them to
  48. BBS's myself.
  49.  
  50. Standard disclaimer in this society:  Wayne Software disclaims all warranties as
  51. to this software, whether express or implied, including without limitation any
  52. implied warranties of merchantability, fitness for a particular purpose,
  53. functionality, data integrity or protection.
  54.  
  55. --------------------------------------------------------------------------------
  56.  
  57. Introduction:
  58.  
  59. This documentation provides some overview information on a number of utilities
  60. that have been posted by Wayne Software.  All programs described herein were
  61. written by Bruce Guthrie.  Most are distributed with a Wayne Software copyright.
  62. Others were written for the U.S. Department of Commerce.  All are free for use
  63. provided relevant documentation is kept with the programs, no changes are made
  64. to the programs or documentation, and they are not bundled with commercial
  65. programs or charged for separately.
  66.  
  67. CHANGE, CONVERT, FILUPDAT, ISAMFIND/ISAMMAKE, and READ are excluded from the
  68. commercial packaging restriction.  These programs are owned by the U.S.
  69. Department of Commerce and may be re-distributed without restriction.
  70.  
  71. People who need to bundle AV, BFIND, COPSINCE, DATES, DIRCOMP, DIRTOTAL, FILL,
  72. FIXTEXT, FORTUNE, MULTICOL, PAGINATE, READINIT, or READMAKE files in commercial
  73. packages other than shareware/freeware collections must pay a $50 registration
  74. fee to "Wayne Software" at the following address.  READMAKE-created files are
  75. also subject to this limitation.  I don't expect to make any money from these
  76. utilities but I don't want others to sell them instead.
  77.  
  78. The utilities are uploaded with a ZIP name that includes the year and month of
  79. the release.  The year and month are represented as "ymm" below.
  80.  
  81.          ZIP file         Executables included
  82.  
  83.          AVymm.ZIP        AV.EXE
  84.          BFINDymm.ZIP     BFIND.EXE, CONFIGWS.EXE
  85.          CHANGymm.ZIP     CHANGE.EXE
  86.          CONVRymm.ZIP     CONVERT.EXE
  87.          COPSymm.ZIP      COPSINCE.EXE
  88.          DATESymm.ZIP     DATES.EXE
  89.          DIRCOymm.ZIP     DIRCOMP.EXE
  90.          DIRTOymm.ZIP     DIRTOTAL.EXE
  91.          FILLymm.ZIP      FILL.EXE
  92.          FILUPymm.ZIP     FILUPDAT.EXE
  93.          FIXTXymm.ZIP     FIXTEXT.EXE
  94.          FORTNymm.ZIP     FORTUNE.EXE
  95.          ISAMFymm.ZIP     ISAMMAKE.EXE, ISAMFIND.EXE
  96.          MULCOymm.ZIP     MULTICOL.EXE
  97.          PAGINymm.ZIP     PAGINATE.EXE
  98.          READymm.ZIP      READ.EXE, READINIT.EXE, READMAKE.EXE
  99.  
  100.  
  101. This collection of utilities were compiled using Microsoft's Visual BASIC for
  102. DOS 1.0 compiler.  In each case, Thomas G. Hanlin III's excellent PBClone
  103. routines, release 2.3, provided additional functionality.  Since Tom has
  104. announced that he will be dropping support for his PBClone routines to allow
  105. himself to spend time on a real life, future directions for my routines is
  106. uncertain.  The basic routines should be able to be maintained indefinitely;
  107. we'll see.  I keep thinking that I should be doing Windows programming but it's
  108. hard to get psyched up for that when you think of Windows as a computer virus.
  109.  
  110. Each of the utilities are separately described in a like-named *.DOC file.  This
  111. documentation (BRUCEymm.DOC--the file release date is indicated by the "ymm"
  112. parameter) serves to summarize what the various utilities consist of.
  113.  
  114. Several of the routines have defaults that can be changed by the program
  115. CONFIGWS.EXE which is currently only included in the BFIND compressed file
  116. although it works with any of the routines that support it.  The newer technique
  117. being incorporated in the routines, however, is an inifile (like AV.INI) which
  118. lets you set any defaults you want.  This is described in the appropriate
  119. documentation.  (One thing about *.INI files; if you don't have one, it's in
  120. your interests to specify the "/-I" parameter.  Otherwise, the program searches
  121. your entire DOS path looking for the file.)
  122.  
  123. Wayne Software also writes programs, batch files, and sets up menu systems for
  124. people on a for-fee basis.  If you desire this service, contact Wayne Software
  125. at the address specified above.
  126.  
  127.  
  128. --------------------------------------------------------------------------------
  129.  
  130. Summary of programs:
  131.  
  132. A summary of each routine follows.  See the associated *.DOC files for fuller
  133. explanations:
  134.  
  135. AV.EXE:  Archive directory viewer.  Presents list of files in archive (ZIP, ARC,
  136. etc) and lets you sort as desired.  Also allows resetting of the file date based
  137. on the archive's contents.  Syntax:
  138.  
  139.     AV filespec [ /-P | /P ] [ /Ox | /O-x ] [ /DATE ] [ /Iinitfile | /-I ]
  140.       [ /MOUSE | /-MOUSE ] [ /Q ] [ /? ] [ > filename ]
  141.  
  142. BFIND.EXE:  Allows Boolean-type FIND requests.  For example, find any line with
  143. one string AND another one, or any line with one string OR another.  The syntax
  144. shown below is incomplete since "search" allows a lot of choices and allows the
  145. use of parens and Boolean operators.  Syntax:
  146.  
  147.     BFIND [ /V | /-V ] [ /C | /-C ] [ /N | /-N ] [ /I | /-I ] [ /P | /-P ]
  148.       [ /-HEADER | /HEADER ] [ /Iinitfile | /INULL ]
  149.       { search } infile [ /? | /?&H ] [ >filename ]
  150.  
  151. CHANGE.EXE:  Processes change commands in files.  Files can be of any size and
  152. type (e.g.  binary or text) and are processed quickly.  Up to thirty change
  153. commands can be processed in a single pass.  Also provides ability to remove
  154. trailing spaces from text files.  Syntax:
  155.  
  156.     CHANGE infile [ /Cctlfile | /FROM string /TO string [ /IN search ] ]
  157.       [ /LINES { line1-line2 | line1 linect } ... ] [ /V | /-V ] [ /I | /-I ]
  158.       [ /Noutfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] ]
  159.       [ /Iinitfile ] [ /Fflagfile ] [ /Ttempfile ] [ /TRIM | /-TRIM ]
  160.       [ /BINARY | /TEXT ] [ /VERIFY | /-VERIFY ] [ /Q ] [ /? | /?&H ]
  161.  
  162. CONFIGWS.EXE:  Lets you change some of the defaults for some of the programs.
  163. Is included in the ZIP file with whatever routines it supports.  Syntax:
  164.  
  165.     CONFIGWS [ routine ] [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /? ]
  166.  
  167. CONVERT.EXE:  Converts data between data formats:  FROM dBase, ASCII-delimited
  168. (commas between fields and quotes around strings), and fixed field TO Lotus WKS,
  169. ASCII-delimited, dBase, and fixed field.  Syntax:
  170.  
  171.     CONVERT infile [ outfile [ deffile ] ]
  172.       [ /INDEF=deffile | /-INDEF ] [ /OUTDEF=deffile | /-OUTDEF ]
  173.       [ /OVERWRITE | /-OVERWRITE | /APPEND | /OVERASK ] [ /Iinitfile | /-I ]
  174.       [ /FROM FIXED | /FROM ASCII | /FROM DBF ] [ /DELETED | /-DELETED ]
  175.       [ /TO FIXED | /TO ASCII | /TO WKS | /TO DBF ] [ /HEADER | /-HEADER ]
  176.       [ /DELIMS=aroundstrings,aroundnums,betweenfields ] [ /BEEP | /-BEEP ]
  177.       [ /INMISS=val ] [ /INMISSC=val ] [ /OUTMISS=val ] [ /OUTMISSC=val ]
  178.       [ /SKIP | /MISSING | /ABORT ] [ /NULLS | /-NULLS ] [ /Q ] [ /? | /?&H ]
  179.  
  180. COPSINCE.EXE:  Copies all files modified since a given date.  Primarily used for
  181. making sure you have a back-up of stuff and also to copy updated programs to
  182. another place.  Lets you define your own groupings of files if desired.  Syntax:
  183.  
  184.     COPSINCE [ from_dir | from_dir\filespec [ to_dir ] ] [ /TO to_dir ]
  185.       [ mm/dd/yy | -n | /COPY mm/dd/yy | /COPY -n ] [ /ALL | /TEXT | /filetype ]
  186.       [ /Iinitfile | /-I ] [ /DEF filetype=spec [ spec ]... ]
  187.       [ /REPLACE | /-REPLACE ] [ /BEEP | /-BEEP ] [ /Q ] [ /? ]
  188.  
  189. DATES.EXE:  Simple program that warns you in advance when an event like a
  190. birthday, anniversary, or holiday is coming up.  The idea is to give you advance
  191. warning so you can send a card or get out of town in time.  Syntax:
  192.  
  193.     DATES [ date_file [...] ] [ /Ddays ] [ /SKIP | /-SKIP ] [ /DATE=format ]
  194.       [ /DATE | /-DATE ] [ /DAY | /-DAY ] [ /AGE | /-AGE ] [ /CTDOWN | /-CTDOWN ]
  195.       [ /COLOR=nnn nnn nnn ] [ /MONO | /COLOR ] [ /Q | /-Q ] [ /SORT | /-SORT ]
  196.       [ /GLOBAL | /-GLOBAL ] [ /CLS | /-CLS ] [ /P | /Pn | /-P ]
  197.       [ /W | /W0 | /-W ] [ /R ] [ /Iinitfile | /-I ] [ /? ] [ > filename ]
  198.  
  199. DIRCOMP.EXE:  Similar in some ways to DOS's REPLACE command but adds ability to
  200. delete extra files in the destination subdirectory, copy hidden and system
  201. files, and prepare a report showing inconsistencies.  Syntax:
  202.  
  203.     DIRCOMP directory1 directory2 [ /S ] [ /CREATE ]
  204.       [ /UPDATE ] [ /KILL ] [ /CLONE ] [ /MOVE ] [ /ATTR=[H][S][R] ] [ /NET ]
  205.       [ /Frptfile | /-F ] [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ]
  206.       [ /ALL ] [ /Td: ] [ /Q ] [ /? ]
  207.  
  208. DIRTOTAL.EXE:  Prepares report showing files in subdirectory or drive.  Allows
  209. some restriction requests (show only files with date greater than a certain
  210. value).  Similar to Norton's FF and Ray Van Tassle's WIZ command (which is a
  211. great program but it doesn't work on network or CD-ROM discs) in some ways but
  212. presents a more formal report.  Also allows you to look for duplicate file names
  213. and search by attributes or dates.  Syntax:
  214.  
  215.     DIRTOTAL [ [ drive: ] ... [drive:][filespec] |
  216.         [ drive: ] ... [drive:]\path[\filespec] ]
  217.       [ /NORMAL | /WIDE | /THIN | /SPLIT ] [ /DUPS ] [ /CHILD ]
  218.       [ /NL ] [ /-HEADERS ] [ /-FOOTERS ] [ /CLUSTERS | /-CLUSTERS ]
  219.       [ /S { GT | GE | LT | LE | EQ | NE } value ]
  220.       [ /D { GT | GE | LT | LE | EQ | NE } mm/dd/yy ] [ /ATTR=attr ]
  221.       [ /Frptfile ] [ /Z | /-Z ] [ /Iinitfile | /-I ]
  222.       [ /SUB1 | /-SUB1 ] [ /SUB2 | /-SUB2 ] [ /+DIR | /-DIR ] [ /n ]
  223.       [ /Ox | /O-x ] [ /BEEP | /-BEEP ] [ /Td: ] [ /Q ] [ /? ]
  224.  
  225. FILL.EXE:  Program designed to move files off to floppy diskettes, taking the
  226. biggest files first and skipping those that won't fit.  Also provides option of
  227. splitting large files up, labeling output disks, and creating a status report.
  228. Syntax:
  229.  
  230.     FILL [ source-filespec ] [ [ /TO ] dest-drive: | [ /TO ] dest-drive:\path\ ]
  231.       [ /MOVE | /COPY ] [ /PROMPT | /-PROMPT ] [ /Iinitfile | /-I ]
  232.       [ /OVERWRITE | /-OVERWRITE | /OVERSKIP | /OVERASK ]
  233.       [ /Ox | /O-x ] [ /Xfilespec ]... [ /WIPE | /-WIPE ] [ /MULTI | /SINGLE ]
  234.       [ /SPLIT ] [ /LABEL=label [ /START=n ] ] [ /Fstatfile [ /S+ | /S- | S* ]
  235.       [ /CONTINUAL ] [ /BEEP | /-BEEP ] [ /FAKE ] [ /Q ] [ /? ]
  236.  
  237. FILUPDAT.EXE:  Program which compares a selected list of files in a source path
  238. against those in another path and copies those that have been updated.  Similar
  239. to DOS' REPLACE command but works from a stored list of files and can handle any
  240. number of directories.  Syntax:
  241.  
  242.     FILUPDAT ctlfile
  243.       [ /Flist_file [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ] ]
  244.       [ /FULL ] [ /ALL ] [ /Q ] [ /? ]
  245.  
  246. FIXTEXT.EXE:  Program which applies a user-definable character-translation table
  247. to a text file.  Can allow you to convert graphics characters to their ASCII
  248. equivalents, lowercase letters to uppercase letter, etc.  Can also be used to
  249. translate DOS text files to Mac or Unix text files and vice versa.  Can also
  250. expand tabs, remove trailing spaces, and remove backspaces.  Syntax:
  251.  
  252.     FIXTEXT infile { outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] |
  253.       /REPLACE } [ /Iinitfile | /-I ] [ /TEXT | /-TEXT ] [ /EJECT=str ]
  254.       [ /CRLF | /CR | /LF | /-LINE ] [ /TO CRLF | /TO CR | /TO LF | /TO -LINE ]
  255.       [ /WIDTH=n ] [ /Frptfile | /-F ] [ /Q ] [ /? | /?&H ]
  256.  
  257. FORTUNE.EXE:  Program which adds some fine-tuning to the DOS FOR command.
  258. Among other things, this lets you distinguish file name roots from their
  259. extensions as well as increment file names by specified values.  Syntax:
  260.  
  261.     FORTUNE { IN (set) | IN filespec | /IN (set) | /IN filespec | filespec }
  262.       [ /AS filename ] [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ]
  263.       [ /VAR=char ] [ /DELIM=chars ] [ /+n | /-n ] [ /S ] [ /Xfilespec ] ...
  264.       [ /ECHO | /-ECHO ] [ /ABEND | /-ABEND ] [ /PAUSE | /-PAUSE ]
  265.       [ /CHECK | /-CHECK ] [ /Iinitfile | /-I ] [ /? ]
  266.       { DO cmd | /DO cmd | cmd }
  267.  
  268. ISAMFIND.EXE:  Program that works in conjunction with ISAMMAKE.EXE (see below)
  269. to provide full-text searching of text files.  This is useful for helpdesk
  270. applications and other functions where you want to search for files and retrieve
  271. the "best" document that matches your search criteria.  Syntax:
  272.  
  273.     ISAMFIND [ string [ string ]... ] /Fcorename [ /2 | /3 | /4 | /5 ]
  274.       [ /READ | /Vpgm | /-READ ] [ /TOP=n ] [ /TRUNC | /-TRUNC ]
  275.       [ /ACCEPT=string ] [ /AREA=string ] [ /Xfilename ] [ /SINCE=yymmdd ]
  276.       [ /Ofilename | /-O ] [ /OVERWRITE | /-OVERWRITE | /OVERASK | /APPEND ]
  277.       [ /CONT=string ] [ /PATH | /-PATH ] [ /Iinitfile | /-I ] [ /? ]
  278.  
  279. ISAMMAKE.EXE:  Program that works in conjunction with ISAMDEMO.EXE (see above)
  280. to create the files necessary for full-text searching.  Syntax:
  281.  
  282.     ISAMMAKE /Fcorename /Cctlfile [ /C=L | /C=F ] [ /2 | /3 | /4 | /5 ]
  283.       [ /ACCEPT=string ] [ /AREA=string ] [ /CONT=string ] [ /STOP=string ]
  284.       [ /OVERWRITE | /-OVERWRITE | /APPEND | /UPDATE ] [ /SKIP=string ] [ /Td: ]
  285.       [ /Wn ] [ /PACK | /-PACK ] [ /Iinitfile | /-I ] [ /? | /?&H ]
  286.  
  287. MULTICOL.EXE:  Program creates multiple column listings from straight ASCII
  288. text, ASCII-delimited text, or dBase files.  Also does subtotalling.  Can
  289. also be used to add headers and footers to standard one-column text.  To
  290. be replaced (eventually) by the PAGINATE command.  Syntax:
  291.  
  292.     MULTICOL infile outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  293.       [ /DELIM="string" ] [ /LINES=n ] [ /WIDTH=n ] [ /EJECT | /-EJECT ]
  294.       [ /COLUMNS=n ] [ /-WRAP | /WRAP [ /INDENT=n ] | /REFLOW ]
  295.       [ /Iinitfile | /-I ] [ /SETUP="string" ] [ /RESET="string" ]
  296.       [ /{ TITLE | HEADER | FOOTER }[ R | C | L ][ 1 to 5]="text" ]
  297.       [ /{ TITLE | HEADER | FOOTER }{ T | B }="string" ]
  298.       [ /-TITLE ] [ /FROM FIXED | /FROM ASCII | /FROM DBF ] [ /DELETED ]
  299.       [ /INDEF=deffile | /-INDEF ] [ /OUTDEF=deffile | /-OUTDEF ]
  300.       [ /DELIMS=aroundstrings,aroundnums,betweenfields ] [ /BEEP | /-BEEP ]
  301.       [ /SKIP | /MISSING | /ABORT ] [ /GAP=n ] [ /BLANKS | /-BLANKS ] [ /TALLY ]
  302.       [ /INMISS=val ] [ /INMISSC=val ] [ /OUTMISS=val ] [ /OUTMISSC=val ]
  303.       [ /SUM={ col_spec | var_spec } ] [ /BREAK={ col_spec | var_spec } ]
  304.       [ /PRINT={ col_spec | var_spec } ] [ /? | /?&H ]
  305.  
  306. PAGINATE.EXE:  Program paginates text files, adding titles, footers, indexes,
  307. etc.  Also provides the ability to work with ASCII-delimited text and dBase
  308. files to pop tables into your text.  Can also be used to sort your information
  309. and present it in a multicolumn format.  Syntax:
  310.  
  311.     PAGINATE infile outfile [ /Cctlfile ] [ /BEEP | /-BEEP ]
  312.       [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ] [ /Iinitfile | /-I ]
  313.       [ /marker command ]...
  314.       [ /? ] [ /?&H ]
  315.  
  316. READ.EXE:  Text file browser.  Supports marking, copying text, reading Unix
  317. and Mac text files, etc.  Only works with files of 16,000 lines or less (maybe
  318. 800,000 bytes).  Other text viewers are out there.  This one has some advantage
  319. because it's free!  Syntax:
  320.  
  321.     READ [ filespec | @flistfile ] [ /TITLE="title" ] [ /DATE=NONE ]
  322.       [ /line ] [ /MONO | /COLOR ] [ /EGA | /VGA ] [ /-MOUSE ] [ /DOS | /-DOS ]
  323.       [ /Iinitfile | /-I ] [ /Q ] [ /PORT=port ] [ /INITT=string ]
  324.       [ /INITW=string ] [ /AFTERP=string ] [ /AFTERF=string ]
  325.       [ /COLOR=nnn nnn nnn nnn ] [ /? ]
  326.  
  327. READINIT.EXE:  Creates and maintains the READ.INI file which may be used by
  328. READ.EXE, READWK.EXE and any self-viewable file created by READMAKE.EXE.
  329. Syntax:
  330.  
  331.     READINIT [ /MONO | /COLOR ]
  332.       [ Iinitfile | /-I ] [ /PORT=port ] [ /PTYPE=name ] [ /INITT=string ]
  333.       [ /INITW=string ] [ /AFTERP=string ] [ /AFTERF=string ]
  334.       [ /COLOR=nnn nnn nnn nnn ] [ /? ]
  335.  
  336. READMAKE.EXE:  Program which takes an ASCII-text file and makes it
  337. self-viewable.  Provides same capabilities as the READ program.  Syntax:
  338.  
  339.     READMAKE infile [ outfile ] [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  340.       [ /DATE=FILE | /DATE=TODAY | /DATE=NONE ] [ /TITLE="text" ] [ /? ]
  341.  
  342.  
  343. -------------------------------------------------------------------------------
  344.  
  345. Where to find them on the Internet:
  346.  
  347. In general, I no longer upload utilities to computer bulletin boards.  While
  348. users are encouraged to do so, it's a lot easier for me to post them using ftp
  349. on the Internet.  I post them directly on the Simtel archives at oak.oakland.edu
  350. and they are available there using anonymous ftp.  (This site is also mirrored
  351. at lots of different sites.) Subdirectory names have been undergoing some
  352. revisions out there of late but the directories should stay roughly the same.
  353. The version numbers (indicated by the three digits before the .zip extension)
  354. may change as they reflect the last release date of the program ("409" is
  355. September 1994).  The versions listed below are current as of December 1994.
  356.  
  357. Off SimTel/msdos/, look for:
  358.  
  359.      arcutil/av412.zip        Archive view: Free ZIP etc directory viewer
  360.      textutil/bfind409.zip    Boolean FIND command (BFIND BEGIN & END)
  361.      textutil/chang412.zip    Change strings in text files
  362.      spredsht/convr410.zip    Convert dBase, ASCII-delim, fixed, 1-2-3
  363.      dirutil/cops407.zip      Copies files modified since given date
  364.      batutil/dates411.zip     Warns you in advance of birthdays etc
  365.      dirutil/dirco403.zip     Updates files based on source directory
  366.      dirutil/dirto411.zip     Directory lister and totaller
  367.      diskutil/fill412.zip     Stuffs as many files as possible on disk
  368.      dirutil/filup401.zip     Copy updated files based on a control list
  369.      textutil/fixtx407.zip    Translate text file characters en masse
  370.      batutil/fortn411.zip     Fine-tunes DOS FOR command w/options
  371.      textutil/isamf412.zip    Full-text searching help desk documents
  372.      textutil/mulco410.zip    Multicolumn text with headers, dBase supported
  373.      textutil/pagin412.zip    Paginates text (headers, indexes, sorting...)
  374.      textutil/read409.zip     Free viewer, also make any text self-viewing
  375.  
  376. Note that the versions above are subject to change.  The last three digits
  377. before ".zip" indicate the last digit of the year and the two digit month.
  378. Depending on how often I've updated things, you might find something like a 410
  379. version instead of 409 when you go to look.
  380.  
  381. If you can't get all of the utilities from your own sources, send $10 to the
  382. address above and I'll send you everything.  Please specify disk size/density
  383. unless you want HD 3.5" diskettes.  If you want to avoid the $10, send me two
  384. HD diskettes in a self-addressed, stamped mailer, and I'll send you everything.
  385. (Again, I'm not out to make money on these.)
  386.  
  387. Another Wayne Software product, called The DEMO System, is released as a
  388. shareware program.  The DEMO System is a unique system designed to create
  389. text-screen demos, tutorials, help screens, etc.  Look for the file
  390. DEMOSymm.ZIP.  On oak.oakland.edu, it's in SimTel/msdos/ as:
  391.  
  392.      screen/demos401.zip      Create tutorials, demos, menu systems, etc.
  393.  
  394.  
  395. --------------------------------------------------------------------------------
  396.  
  397. Beta-zoids...  Thanks to:
  398.  
  399. Beta testers are always desired for these utilities.  You don't get a damned
  400. thing out of being one (which is about what I get for writing them) but it
  401. doesn't cost you much besides an hour or two and lets you have more of an impact
  402. on the future courses of the routines.
  403.  
  404. In order to be a beta tester, you have to be able to receive uuencoded files via
  405. e-mail (so forget CompuServe and Prodigy people; sorry).  If you're interested,
  406. drop a message to me at bgu@cu.nih.gov and tell me which routine(s) you're
  407. interested in being on the list for.
  408.  
  409. Existing routines have gotten suggestions, comments, and even complements from
  410. all over the world (definitely something I *love* about the Internet).  No money
  411. of course but the ego's a powerful thing to feed!  (The flamers of course should
  412. be burned at the stake or maybe start writing their own programs instead of
  413. criticizing other people's.) Thanks to (and sorry for screwing up some of these
  414. addresses and for forgetting to put in others)...
  415.  
  416. CHANGE:         mcardleb@cosy.uml.edu
  417. CHANGE:         rainer.wuerlaender@statistik.uni-muenchen.d400.de
  418. CHANGE:         rallings@gidday@enet.dec.com
  419. CHANGE:         zazovsky@scrsul.sinet.slb.com
  420. CONVERT:        garyjohn@spk.hp.com
  421. CONVERT:        haapanen@niini.metla.fi
  422. CONVERT:        leono@uiuc.edu
  423. CONVERT:        mhenry@sunbelt.net
  424. CONVERT:        rausch@rz.uni-frankfurt.de
  425. CONVERT:        rehmet@studserv.zdv.uni-tuebingen.de
  426. DATES:          fmaxwell@unixg.ubc.ca
  427. DATES:          hans.schrader@geol.uib.no
  428. DATES:          matt.needham@loebbs.com
  429. DATES:          paul.simmonds@jet.uk
  430. DATES:          m965952@kelso.nadn.navy.mil
  431. DIRCOMP:        mcclell@julian.uwo.ca
  432. DIRCOMP:        ornstedt@it.kth.se
  433. DIRTOTAL:       longr@qus102.qld.tne.oz.au
  434. DIRTOTAL:       saracen@cix.compulink.co.uk
  435. DIRTOTAL:       westg@rintintin.colorado.edu
  436. FILL:           beezer@cc.utah.edu
  437. FILL:           dashiell@nadc.nadc.navy.mil
  438. FILL:           doug@io.org
  439. FORTUNE:        thth@forsci.ualberta.ca
  440. ISAMFIND:       doug@io.org
  441. MULTICOL:       esto@loc.gov
  442. PAGINATE:       esto@loc.gov
  443. PAGINATE:       garyjohn@spk.hp.com
  444. PAGINATE:       stewartt@ucs.orst.edu
  445. READ:           ferch@cca.ubc.ca
  446. READ:           mossako@asterix.uni-muenster.de
  447.  
  448.  
  449. --------------------------------------------------------------------------------
  450.  
  451. Revision history:
  452.  
  453. Detailed revision histories for the programs are only maintained for the last
  454. three releases.  After that, you get the major revision summaries only for the
  455. next three releases.  After that, you get almost nothing.  No one reads this
  456. junk anyway, right?  Programmer types like to put in it in just to justify what
  457. they've been doing over the last couple of years.
  458.  
  459. --------------
  460. Release 94/12:
  461.  
  462. AV:  Added some more keystrokes to the viewer; Up, Down, Ctrl-C, Home, and End.
  463. Also added complete mouse support for the routine, adding a mouse button bar
  464. and allowing you to select whichever options you want to select.  Added /MOUSE
  465. and /-MOUSE parms.
  466.  
  467. CHANGE:  Fixed a problem which occassionally dropped characters from the output
  468. file.
  469.  
  470. FILL:  Fixed a bug with LABEL=label specifications that included more than one
  471. "n".  Didn't like the way that /PROMPT work so fixed that up a bit.
  472.  
  473. ISAMFIND/ISAMMAKE:  Fixed quite a number of quirks and bugs.
  474.  
  475. PAGINATE:  First release.  This is a rather powerful document formatter that
  476. I've wanted to write for awhile and has been languishing for lack of effort for
  477. almost as long.  Has an incredible number of options, all of which worked at
  478. least once for me when I was coding it but some of which probably no longer do.
  479. Let me know.  I fix things (maybe as well as I break things).
  480.  
  481. --------------
  482. Release 94/11:
  483.  
  484. DATES:  Now allows you to specify dates relative to the day of the week.  For
  485. example, in the United States Mother's Day is on the second Sunday of May and
  486. Thanksgiving is on the last Thursday of November.  You can show these dates in
  487. the program as "05/2SU/XX" and "11/LTH/XX" respectively.  Also added /SORT,
  488. /-SORT, /DATE, /-DATE, /CTDOWN, /-CTDOWN, /GLOBAL, and /-GLOBAL parameters.
  489. Added /WEEKDAY and /-WEEKDAY as synonyms for /DAY and /-DAY.  Can now specify
  490. date thresholds that vary on an event-by-event basis (for example, show a
  491. particular 45 days before it happens while other events all show up only 14 days
  492. beforehand).  Fixed up a bug with the /AGE option when the event was in the next
  493. calendar year (hadn't been an issue until we approached the end of the year of
  494. course) as well as with "negative" ages.  Also started trimming leading spaces
  495. from event descriptions; I hope this doesn't affect anyone but us anal-retentive
  496. types like to have all of the columns line up nice and neat.
  497.  
  498. DIRTOTAL:  Thomas Hanlin III has announced he's giving up support for the
  499. PBClone routines which I use extensively for my programs.  One of the PBClone
  500. routines that worked improperly involved checking into the members of a
  501. self-extracting file (the "/Z2" parameter).  If you have a certain number of
  502. self-extracting files, DIRTOTAL gives you a "too many files" error message.
  503. Since this error doesn't look like it will fixed now, I've removed mention of
  504. the /Z2 and /-Z2 options in the documentation and from the DIRTOTAL /?  screens.
  505. The program will still try to respect the option if you use it (although you may
  506. get the "too many files" message) but it's just not documented anymore.  If
  507. anyone has been using the option with success, please let me know
  508. (bgu@cu.nih.gov).  For consistency's sake, changed the program so it gives you
  509. root/subdirectory totals even if there are no subdirectories.
  510.  
  511. FORTUNE:  Added support for command files (including /CHECK and /-CHECK parms).
  512. These allow you to use the command to create a text file that you might use with
  513. DOS redirection.  An example shown in the documentation uses this feature to log
  514. onto an ftp site and upload all files matching a given specification:
  515.  
  516.         /header
  517.         ftp
  518.         ftp.cu.nih.gov
  519.         anonymous
  520.         bgu@cu.nih.gov
  521.         cd pub
  522.         cd incoming
  523.         /main
  524.         send %A
  525.                                              (blank line)
  526.         /footer
  527.         quit
  528.  
  529. ISAMFIND/ISAMMAKE:  First release.  Lots of changes made since initial beta
  530. testing.  Some of the changes haven't been tested completely.  Works fine for
  531. what I need it to do but some of the option combinations may be flakey.  I'm
  532. sure I'll hear about it.
  533.  
  534. --------------
  535. Release 94/10:
  536.  
  537. CONVERT:  Allowed program to read missing dates into dBase from a fixed-field
  538. file.  Added /FIRSTOBS=n and /LASTOBS=n parameters.
  539.  
  540. DATES:  Switched is so the weekday shown (if /DAY specified) is three characters
  541. instead of two.  Added the pause (/P, /Pn, and /-P) options to pause in the
  542. middle of a listing and the wait (/W, /W0, and /-W) options to pause after the
  543. program is run.
  544.  
  545. DIRTOTAL:  There's a problem with /Z2 requests (finding files in self-extracting
  546. files) if there are a lot of files on the disk.  Waiting for an update to the
  547. function library on that one.  Also, the /NORMAL option improperly truncated
  548. member names that contained path information before.  It wasn't supposed to
  549. truncate the path information at all.  Now it truncates everything like the
  550. other formats do.  /ZIP and /-ZIP are now synonymous with /Z and /-Z.  Fixed
  551. output for drives with more than a gigabyte of storage.  Increased the maximum
  552. number of subdirectory levels from 10 to 15.
  553.  
  554. MULTICOL:  Added /BLANKS and /-BLANKS options.  Made /BLANKS the default which
  555. is a change.
  556.  
  557. -------------- (kind of terse; revisions made 4 to 6 months ago)
  558. Release 94/09:
  559.  
  560.   BFIND:  Added the ability to include hexadecimal codes in the find string.
  561.  
  562.   CONVERT:  Lots of bug fixes (including one involving ASCII-delimited input
  563.   files that didn't have any quoted strings in them).
  564.  
  565.   DATES:  Added /DATE=form option to let you specify different formats for the
  566.   input dates.  For example, /DATE=dd/mm/yy.  Added ability to read months in
  567.   JAN, FEB, MAR, etc form.
  568.  
  569. Release 94/08:
  570.  
  571.   BFIND:  Added /Iinitfile and /-I parms.  Only program temporarily retaining
  572.   CONFIGWS.*.
  573.  
  574.   DATES:  Added /R, /DAY, /MONO, /COLOR, /SKIP, and /-SKIP parameters.  Allowed
  575.   for up to 10 input files and comments within files.
  576.  
  577.   FILL:  Added /FAKE parameter.
  578.  
  579.   FORTUNE:  Added /Iinitfile and /-I parms.
  580.  
  581. Release 94/07:
  582.  
  583.   All:  Added support for /Iinitfile and /-I parms, dropping CONFIGWS.*.
  584.  
  585.   DATES:  Added /-I, /CLS, /-CLS, /COLOR=nnn nnn nnn, /Q, and /-Q parameters.
  586.  
  587.   READ and READINIT:  Made READ's use of hexadecimal codes (previously /nnn)
  588.   consistent with the other Wayne Software routines (use \nnn or &Hxx instead).
  589.   Converted the READ.INI file to the newer initfile system.
  590.  
  591. -------------- (real terse)
  592. Release 94/06:
  593.   New:  DATES.
  594.  
  595. Release 94/02:
  596.   New:  FORTUNE.
  597.  
  598. Release 94/01:
  599.   New:  COPSINCE and FIXTEXT.
  600.  
  601. Release 93/03:
  602.   New:  AV and READINIT.
  603.  
  604. Release 93/01:
  605.   First release posted on SIMTEL (Internet).
  606.   New:  The DEMO System (shareware and not part of normal package).
  607.  
  608.